user-service
Toggle table of contents
2.5.1
jvm
Platform filter
jvm
Switch theme
Search in API
user-service
storage
/
[root]
/
PostgresAuthRepository
Postgres
Auth
Repository
class
PostgresAuthRepository
(
db
:
Database
=
DBConnection.getDatabaseObject()
)
:
AuthRepository
Implementation of the AuthRepository interface for PostgreSQL.
Members
Constructors
Postgres
Auth
Repository
Link copied to clipboard
constructor
(
db
:
Database
=
DBConnection.getDatabaseObject()
)
Functions
check
Credentials
Link copied to clipboard
open
override
fun
checkCredentials
(
email
:
String
,
password
:
String
)
:
Boolean
Checks the credentials of a user.